home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 029 (1987-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 029 (1987-08-15)(Ossowski, Stefan)(DE)(PD).adf / ue18 / Manual.table < prev    next >
Text File  |  1978-08-10  |  9KB  |  171 lines

  1.  
  2.                   Uedit V1.8 Manual 
  3.           Copyright (C) 1986-87, Rick Stiles
  4.  
  5.                   Table of Contents (***)
  6.  
  7. Getting Started......................................1
  8. How To Use This Manual...............................2
  9. Introduction.........................................3
  10. Files Which Uedit Needs..............................5
  11. Setting Up For Other Drives Or RAM Disk..............7
  12. Some of Uedit's Features.............................9
  13. Choosing & Saving Colors............................10
  14. Font Sizes..........................................10
  15. Primitive Mode......................................11
  16. Four Keys To Remember...............................12
  17. Cursor Movement and the Number-Keypad...............13
  18. Paging and Scrolling................................14
  19. Creating Hilite and Invert Regions..................15
  20. Cut, Paste, Copy and Clear..........................16
  21. Loading, Saving and Closing Files...................17
  22. Files and Favorites.................................17
  23. Invisible "Gadgets".................................18
  24. Flags and Settings..................................19
  25. Printing with Preferences or Parallel Port..........23
  26. Search and Replace..................................25
  27. Learn Mode and Command Multiplier...................26
  28. Buffer and Number Assignments.......................28
  29. Swapping Buffers....................................29
  30. End-of-line Character...............................30
  31. Imbedding Control Characters........................31
  32. Memory Housekeeping and AmigaDOS Problems...........32
  33. Config! and Data!...................................34
  34. Changing Uedit's Defaults...........................35
  35. Customizing Uedit...................................36
  36. Swapping and Killing Keys...........................36
  37. Swapping Keys Permanently...........................38
  38. Making Your Own Menus...............................40
  39. Mail-Merge Example..................................42
  40. Editing Tricks......................................46
  41. Simple Command Examples.............................57
  42. Example 1:  Auto-Loading Files......................58
  43. Example 2:  Carriage Returns and Line Feeds.........59
  44. Example 3:  Auto-Insertion of Headers and Footers...60
  45. Valid Key Arguments.................................63
  46. Controlling Printers................................65
  47. TAB Characters......................................68
  48.  
  49. ADVANCED TOPICS.....................................69
  50. Commands, Functions and Control Structures..........69
  51. Buffer Variables....................................70
  52. Integer Variables...................................72
  53. Key Arguments.......................................73
  54. thisKey.............................................74
  55. Refreshing Display..................................75
  56. Space & Speed.......................................76
  57. Region Functions Versus Character Functions.........78
  58. Lists...............................................79
  59. loadFile Versus insertFile..........................80
  60. Things To Watch Out For.............................80
  61. Regions and Locations...............................82
  62. Commands Executing Commands.........................84
  63. Startup-Command.....................................84
  64. Size of Commands....................................85
  65. Pulling In Commands As Needed.......................85
  66. returnTrue and returnFalse..........................86
  67. Literals and Control Characters in Commands.........86
  68. Mouse buttonUp and buttonDown.......................87
  69.  
  70. Appendix A:  Command Function Summary...............89
  71. menu................................................89
  72. mouseDown...........................................90
  73. trackMouse..........................................90
  74. onScreen............................................91
  75. vScroll.............................................91
  76. hScroll.............................................91
  77. moveCursor..........................................92
  78. thisKey.............................................92
  79. reformat............................................93
  80. insertRgn...........................................94
  81. isEmpty.............................................94
  82. freeBuf.............................................95
  83. clearRgn............................................95
  84. insertChar..........................................95
  85. copyChar............................................96
  86. clearChar...........................................96
  87. swapChar............................................96
  88. setEol..............................................97
  89. swapBuf.............................................97
  90. editBuf.............................................98
  91. print...............................................98
  92. inputCtlChar........................................98
  93. fileSize............................................98
  94. newFile.............................................99
  95. loadFile............................................99
  96. insertFile.........................................100
  97. setFileName........................................101
  98. getFileName........................................101
  99. getBufNum..........................................101
  100. flipFlag...........................................102
  101. getFlag............................................102
  102. showFlags..........................................103
  103. toggle.............................................103
  104. runLearn...........................................103
  105. saveLearn..........................................104
  106. loadLearn..........................................104
  107. toNumber...........................................104
  108. toWord.............................................105
  109. setLocal...........................................105
  110. tabsToSpaces.......................................105
  111. spacesToTabs.......................................105
  112. hexDecimal.........................................106
  113. toUpper............................................106
  114. toLower............................................106
  115. locToLine..........................................107
  116. lineToLoc..........................................107
  117. search.............................................108
  118. compile............................................109
  119. is.................................................110
  120. quit...............................................110
  121. saveConfig.........................................111
  122. loadConfig.........................................111
  123. runKey.............................................112
  124. getKey.............................................112
  125. inputKey...........................................113
  126. swapKey............................................113
  127. killKey............................................113
  128. equateNum..........................................114
  129. eqNum..............................................114
  130. geNum..............................................114
  131. gtNum..............................................115
  132. equateLoc..........................................115
  133. incLoc.............................................115
  134. decLoc.............................................116
  135. eqLoc..............................................116
  136. geLoc..............................................116
  137. gtLoc..............................................116
  138. refreshDisplay.....................................117
  139. delay..............................................117
  140. putMsg.............................................117
  141. alertUser..........................................118
  142. askYesNo...........................................118
  143. inputString........................................118
  144. inputNum...........................................118
  145. add................................................119
  146. sub................................................119
  147. mul................................................119
  148. div................................................120
  149. mod................................................120
  150. and................................................120
  151. or.................................................120
  152. execute............................................121
  153. speak..............................................121
  154. Command Syntax and Control Structures..............122
  155. do.................................................123
  156. while..............................................123
  157. if-else............................................124
  158. nothing............................................124
  159. returnTrue & returnFalse...........................124
  160. goto & label.......................................125
  161.  
  162. Appendix B:  More Command Examples.................126
  163.  
  164.  
  165. *** The page numbers are outdated, due to recent repaging.
  166.  
  167. To order the manual, send $25 to:
  168.        Rick Stiles, 2420 Summit Springs Drive, Atlanta GA, 30338
  169.  
  170.  
  171.